FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportObjectCollection<TItem> Class / Count Property

In This Topic
    Count Property (ReportObjectCollection<TItem>)
    In This Topic
    Gets the number of elements in the collection.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Count As Integer
    public abstract int Count {get;}
    See Also